home *** CD-ROM | disk | FTP | other *** search
/ Asia X / Asia X.iso / mac / SHARED.DIR / 00189.ls < prev    next >
Encoding:
Text File  |  1995-08-23  |  121 b   |  9 lines

  1. on exitFrame
  2.   if the timer < (60 * 5) then
  3.     go(the frame)
  4.   else
  5.     startTimer()
  6.     go(the frame + 1)
  7.   end if
  8. end
  9.